@charset "utf-8";
/* CSS Document */

body {
	background-color: #055254;
}

.nav-item {
	color: #F4E9BE;
}

.text-center {
	color: #055254;
}

.navbar-brand {
	color: #F4E9BE;
}

.custom-link {
	color: #F4E9BE;
}

.nav-link {
	color: #F4E9BE;
}
.card-text {
	color: #5FA09D;
}

.card-title {
		color: #5FA09D;
}

.card {
	background-color: #F4E9BE;
}
.text-hey {
	color: #F4E9BE;
}
.footer {
	  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
h5 {
	color: #5FA09D;
}